return "Sends a message to the designated sprite when the specified event occurs. Any behaviors attached to the target sprite that are triggered by the message will be executed." & RETURN & "PARAMETERS:" & RETURN & "ΓÇó Message - Enter the message to send to the target sprite." & RETURN & "ΓÇó Params - Enter parameters to be sent with the message, seperated with commas." & RETURN & "ΓÇó Target Sprite - Enter the number of the sprite channel to which message should be sent." & RETURN & "ΓÇó Initializing Event - Specify the event that triggers the behavior." & RETURN & "NOTES:" & RETURN & "If there is no behavior attached to the target sprite that responds to the message being sent, the message is passed to the cast member script, the current frame script, and then movie scripts."